home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Epic Collection 3
/
Epic Collection 3, The (1997)(Epic Marketing)[!].iso
/
internet
/
browser
/
awebftp
/
awebftp.readme
next >
Wrap
Text File
|
1996-09-08
|
2KB
|
67 lines
Short : FTP plugin v1.2 for Aweb
Uploader : panther@gate.net (Josef Faulkner)
Author : panther@gate.net (Josef Faulkner)
Type : comm/tcp
Version : 1.2
Aweb FTP Plugin Arexx script
By Josef Faulkner (panther@gate.net) IRC: Josef
Included program WBCopy by Bastian H. Frank
Description:
¯¯¯¯¯¯¯¯¯¯¯¯
This plugin will allow you to do inline FTPing of files on the net,
without the need to call an external FTP program (except FTPMount, which
is transparent). It will distinguish between a directory and a file, and
act accordingly.
Features:
¯¯¯¯¯¯¯¯¯
o Fast reaction, since FTPMount does a lot of cacheing of dirs
o Asyncronous download (thanks to Aweb), you can continue browsing
while it downloads, and Aweb will inform you when the transfer
has completed!
o Brings up a requestor to ask what you want to save as
New for 1.1:
o You can now upload to the directory if you type the name of a file
in a form at the bottom of the list (or leave blank, and it will
give you a requester asking for a file)
o Make directories
o Delete a file (only one at a time, currently)
New for 1.2:
o WBCopy command used to copy files w/ progress meter
Thanks to Bastian H. Frank for developing this handy program!
Requirements:
¯¯¯¯¯¯¯¯¯¯¯¯¯
FTPMount version 8 (or newer) must be installed and running
available on Aminet:
FTPMount-1.0.lha comm/tcp 109K Mounts FTP sites
WBCopy (aminet/util/cli/WBCopy.lha) must be in your path
Not only does this program solve the problem with softlinks, but
it also gives a progress meter (a much requested feature)!
Installation:
¯¯¯¯¯¯¯¯¯¯¯¯¯
1) Put this script in the same directory that the Aweb executable is in.
2) Set Aweb to the following settings:
----------------------------------------------
Network 3: External Programs
ftp:
Command: sys:rexxc/rx
Arguments: awebftp.rexx %s %s %s <--- *** NOTE *THREE* %s's ***
----------------------------------------------
3) Put WBCopy in your path (ie C:)
4) Set your preferences for this script below:
Known Bugs:
¯¯¯¯¯¯¯¯¯¯¯
Linked files are sometimes thought to be directories in AmigaDOS, and
may wind up returning an empty directory listing instead of the actual
file.
I've attempted to correct this by checking if the link clicked on has a
period in the name, if so, it assumes it's a file instead.
Hopefully this bug is obsolete with the new copy program. Let me know if
you find any URL's that this still happens on.